Conversation
frgnca
added a commit
that referenced
this pull request
Jan 24, 2022
* change version number * change version number * set-audiodevice by object, ID, or index no longer sets as communication device * add bare version of cmdlet AudioDeviceCommunication * spacing * change installation instructions (#45) * change copyright year * change copyright year * Update build from source instructions The System.Management.Automation package is only compatible with .NET Core. The legacy version is bundled with Microsoft.PowerShell.5.1.ReferenceAssemblies * Add PlaybackOnly parameter to Set-AudioDevice Used when setting default audio device to only set it as default playback and not also default communication device * Add CommunicationOnly parameter to Set-AudioDevice The opposite of PlaybackOnly, only set the default communication device, and not default playback device. * Rename PlaybackOnly to DeafultOnly * revert to version without additional cmdlet * Revert "set-audiodevice by object, ID, or index no longer sets as communication device" This reverts commit b16518d. * change version number * set-audiodevice by object, ID, or index no longer sets as communication device * add bare version of cmdlet AudioDeviceCommunication * spacing * change copyright year * change copyright year * revert to version without additional cmdlet * Revert "set-audiodevice by object, ID, or index no longer sets as communication device" This reverts commit b16518d. * update copyright year * update build instructions * fix new line in build instructions * change attribution * add DefaultCommunication attribute to AudioDevice class change List parameter to support new AudioDevice * change AudioDevice creation in remaining parameters to support DefaultCommunication fix typo * add support for parameters PlaybackCommunication and RecordingCommunication * remove duplicate step in build instructions * add support in get cmdlet for parameters PlaybackCommunicationMute and RecordingCommunicationMute fix typo * add support in get cmdlet for parameters PlaybackCommunicationVolume and RecordingCommunicationVolume * add support in get cmdlet for parameters PlaybackCommunicationMuteToggle and RecordingCommunicationMuteToggle * add suggestion by @ImportTaste * add new features descriptions * update Usage section * add parameters PlaybackCommunicationMute and RecordingCommunicationMute to Set cmdlet * fix comment typo * Update README.md * add parameters PlaybackCommunicationMeter, PlaybackCommunicationStream, RecordingCommunicationMeter, and RecordingCommunicationStream to Write cmdlet * remove file added by mistake * fix typo * add parameters PlaybackCommunicationVolume and RecordingCommunicationVolume to Set cmdlet Co-authored-by: Øyvind Heddeland Instefjord <instefjord@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
referencing pull request #43